home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’90 / John Norstad / Reusable Code / Source / gff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-10  |  616 b   |  19 lines  |  [TEXT/MPS ]

  1. /*______________________________________________________________________
  2.  
  3.     gff.h - Get File or Folder Module Interface.
  4.     
  5.     Copyright © 1988, 1989, 1990 Northwestern University.  Permission is 
  6.     granted to use this code in your own projects, provided you give credit 
  7.     to both John Norstad and Northwestern University in your about box or 
  8.     document.
  9. _____________________________________________________________________*/
  10.  
  11. #ifndef __gff__
  12. #define __gff__
  13.  
  14. extern void gff_Get (Point *where, Str255 prompt, FileFilterProcPtr fileFilter, 
  15.     short numTypes, SFTypeList typeList, SFReply *reply, 
  16.     short dlgID);
  17.     
  18. #endif
  19.